home *** CD-ROM | disk | FTP | other *** search
- repeat with i from 1 to the annotation_count
- tell movie 2
- set this_annotation to annotation i
- set this_name to the name of this_annotation
- set this_text to the full text of annotation this_name
- end tell
- set full text of annotation this_name of movie 1 to this_text
- end repeat
-